Hash(byte[]) Method

Summary

Hashes the specified binary data.

Syntax
C#
VB
C++
public static byte[] Hash( 
   byte[] data 
) 
Public Overloads Shared Function Hash( _ 
   ByVal data() As Byte _ 
) As Byte() 
public: 
static array<byte>^ Hash(  
   array<byte>^ data 
)  

Parameters

data
The data.

Return Value

Hash of the binary data.

Remarks

This function creates a MD5 hash of the passed in data.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly